home *** CD-ROM | disk | FTP | other *** search
/ EDUCORP 8 / Educorp2Compilation.sit / educorp2 / Demos / TrapezeDemo / Trapeze Help.rsrc / HELP_2112_reshape < prev    next >
Encoding:
Text File  |  1987-07-08  |  401 b   |  6 lines

  1. reshape ( block, rows, columns, default* )
  2. change block shape
  3.  
  4. block—the block to be reshaped; rows—the number of rows in the resulting block; columns—the number of columns in the resulting block; default—value to be filled in if result is larger than block.
  5.  
  6. reshape creates a block containing the values of block, reorganized by going down successive columns, which has dimensions rows by columns.